3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
QuickDraw 3D defines the Windows 32 draw context data structure to maintain information that is specific to Windows 32 draw contexts. The Windows 32 draw context data structure is defined by the TQ3Win32DCDrawContextData data type.
typedef struct TQ3Win32DCDrawContextData {
HDC hdc;
} TQ3Win32DCDrawContextData;
Previous | QD3D Book | Overview | Chapter Contents | Next |